From b5a594e7d73f1856c0d51e0b0488638b9d9748a6 Mon Sep 17 00:00:00 2001 From: Lars Hansen Date: Thu, 22 Apr 2004 19:49:11 +0000 Subject: [PATCH] (Info-restore-desktop-buffer): Delete with-no-warnings. --- lisp/info.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index ad04d8ece73..a284ca7fa2e 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3724,8 +3724,7 @@ BUFFER is the buffer speedbar is requesting buttons for." (let ((first (nth 0 desktop-buffer-misc)) (second (nth 1 desktop-buffer-misc))) (when (and first second) - (with-no-warnings - (Info-find-node first second)) + (Info-find-node first second) (current-buffer)))) (provide 'info) -- 2.30.2